home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1997
/
HAM Radio 1997.iso
/
vbxs
/
vbz01
/
msgmusic.bas
< prev
next >
Wrap
BASIC Source File
|
1996-04-08
|
382b
|
11 lines
DefInt A-Z
Declare Sub MusicBeep Lib "msgmusic.dll" (ByVal wType)
Declare Function MusicBox Lib "msgmusic.dll" (ByVal hWnd, ByVal Text$, ByVal Caption$, ByVal wType)
Const MB_ICONSTOP = 16 ' Critical message
Const MB_ICONQUESTION = 32 ' Warning query
Const MB_ICONEXCLAMATION = 48 ' Warning message
Const MB_ICONINFORMATION = 64 ' Information message